* {
  margin: 0;
  padding: 0;
  font-family: Noto Sans SC;
}
body,
html {
  width: 100%;
  background: #fff;
}
ul,
li {
  list-style: none;
}
input {
  border: none;
  outline: none;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
  outline: none;
  border: none;
}
.type-area {
  width: 1190px;
}
.bg-one {
  background: white;
}
.bg-two {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fafafa;
}
header {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
header .content .prompt-info {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
header .content .prompt-info p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}
header .content .prompt-info img:nth-of-type(1) {
  margin-right: 20px;
}
header .content .search {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
header .content .search .left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header .content .search .left .logo {
  margin-right: 20px;
}
header .content .search .left .city {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
header .content .search .left .city div {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header .content .search .left .city .location {
  margin-bottom: 2px;
}
header .content .search .left .city .location p {
  font-size: 14px;
  color: #000000;
  margin-right: 6px;
}
header .content .search .left .city .check {
  cursor: pointer;
}
header .content .search .left .city .check p {
  font-size: 12px;
  color: #8e9299;
  margin-right: 4px;
}
header .content .search .input {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header .content .search .input .add-border {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid #ffb400;
  box-sizing: border-box;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
header .content .search .input .add-border .circuit-btn {
  width: 80px;
  height: 36px;
  background: #f5f5f5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
header .content .search .input .add-border .circuit-btn span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 4px;
}
header .content .search .input .add-border input {
  max-width: 284px;
  border: none;
  padding-left: 12px;
}
header .content .search .input button {
  width: 80px;
  height: 40px;
  background: #ffb400;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffb400;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
header .content .search .right {
  display: flex;
}
header .content .search .right .weixin {
  display: flex;
  align-items: center;
  margin-right: 36px;
  flex-shrink: 0;
}
header .content .search .right .weixin div {
  margin-left: 8px;
}
header .content .search .right .weixin div p:nth-of-type(1) {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}
header .content .search .right .weixin div p:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  color: #47b881;
}
header .content .search .right .phone {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
header .content .search .right .phone div {
  margin-left: 8px;
}
header .content .search .right .phone div p:nth-of-type(1) {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}
header .content .search .right .phone div p:nth-of-type(2) {
  font-weight: bold;
  font-size: 16px;
  color: #ffad0d;
}
nav {
  width: 100%;
  background: #19c485;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
nav .content {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 44px;
}
nav .content ul {
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
nav .content ul li {
  height: 100%;
  line-height: 44px;
  font-size: 14px;
  padding: 0 13.5px;
  color: #ffffff;
  cursor: pointer;
}
nav .content ul .active {
  font-weight: bold;
  background: #0c9c6c;
}
article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article .box-one,
article .box-two {
  margin-bottom: 18px;
  display: flex;
}
article .box-one .left,
article .box-two .left {
  display: flex;
  margin-right: 12px;
}
article .box-one .left .nav,
article .box-two .left .nav {
  width: 124px;
}
article .box-one .left .nav ul:nth-child(1) li::after,
article .box-two .left .nav ul:nth-child(1) li::after {
  content: "";
  width: 100px;
  height: 0px;
  border-top: 1px dashed #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
article .box-one .left .nav ul,
article .box-two .left .nav ul {
  width: 124px;
  height: 298px;
  background: #19c485;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
article .box-one .left .nav ul li,
article .box-two .left .nav ul li {
  height: 55px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
article .box-one .left .nav ul li::after,
article .box-two .left .nav ul li::after {
  content: "";
  width: 100px;
  height: 1px;
  border-top: 1px dashed #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
article .box-one .left .nav ul .active,
article .box-two .left .nav ul .active {
  color: #19c485;
  background: #ffffff;
}
article .box-one .left .nav-content,
article .box-two .left .nav-content {
  background: white;
  padding-left: 30px;
}
article .box-one .left .nav-content .title,
article .box-two .left .nav-content .title {
  font-weight: bold;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  padding-top: 12px;
  position: relative;
}
article .box-one .left .nav-content .title:before,
article .box-two .left .nav-content .title:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ffb400;
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  left: -10px;
}
article .box-one .left .nav-content .list,
article .box-two .left .nav-content .list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 240px;
}
article .box-one .left .nav-content .list p,
article .box-two .left .nav-content .list p {
  width: 112px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
article .box-one .left .nav-content .list p:hover,
article .box-two .left .nav-content .list p:hover {
  color: rgba(0, 0, 0, 0.85);
}
article .box-one .show-img,
article .box-two .show-img {
  border-radius: 4px;
}
article .box-two {
  justify-content: flex-start;
}
article .nav .title {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  padding: 16px 0 8px 0;
  border-bottom: 2px solid #ECEEF4;
}
article .nav .one{
    width: 220px;
}
article .nav .one .subtitle {
  font-size: 16px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 20px;
  margin-bottom:12px;
}
article .nav .one .item-nav {
  /*width: 260px;*/
  display: flex;
  align-items: center;
}
article .nav .one .item-nav ul:after{
     content: "";
     width: 192px;
     margin: 5px 0 0  -20px;
    border-bottom: 2px solid #E9E9E9;
}
article .nav .one .item-nav ul {
  display: flex;
  flex-wrap: wrap;
  /*width: 260px;*/
  width: 100%;
  list-style-type: disc;
  margin-left: 21px;
}
article .nav .one .item-nav ul li {
  /*width: 112px;*/
  width: 83px;
  margin-top: 8px;
  margin: 4px 0;
  margin-right: 13px;
  /*margin-right: 16px;*/
  font-size: 13px;
  font-weight: normal;
  list-style-type: disc;
}
article .nav .one .item-nav ul li::marker {
          color: #8C8C8C;
 }
article .nav .one .item-nav ul li a {
 color: rgba(0, 0, 0, 0.45);
}
article .nav .one .item-nav ul li a:hover {
 color: rgba(0, 0, 0, 0.85);
}
article .detail {
  /*width: 720px;*/
  display: flex;
  flex-direction: column;
}
article .detail .tab_list,
article .detail .tab_list1,
article .detail .tab_list2 {
  display: flex;
  justify-content: space-between;
  
  border-bottom: 2px solid #ECEEF4;
}
article .detail .tab_list .address-book-nav,
article .detail .tab_list1 .address-book-nav,
article .detail .tab_list2 .address-book-nav {
  display: flex;
}
article .detail .tab_list .address-book-nav li,
article .detail .tab_list1 .address-book-nav li,
article .detail .tab_list2 .address-book-nav li {
  font-size: 15px;
  margin-right: 24px;
  padding: 16px 0 8px 0;
}
article .detail .tab_list .address-book-nav li:hover,
article .detail .tab_list1 .address-book-nav li:hover,
article .detail .tab_list2 .address-book-nav li:hover {
  color: #ffb400;
}
article .detail .tab_list .more,
article .detail .tab_list1 .more,
article .detail .tab_list2 .more {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.25);
  margin-top: 16px;
  padding-right: 70px;
}
article .colorb {
  color: #ffb400;
}
article .cut {
  position: relative;
}
article .cut::after {
  content: "";
  display: block;
  position: absolute;
  top: 37px;
  width: 100%;
  height: 20px;
  background: url(../images/content/icon-yellow.svg) no-repeat;
  background-position: center;
}
article .tab_con .item,
article .tab_con .item1,
article .tab_con .item2 {
  margin-top: 20px;
}
article .tab_con .item .item-head,
article .tab_con .item1 .item-head,
article .tab_con .item2 .item-head {
  float: left;
  box-sizing: border-box;
/*  width: 224px;
  height: 248px;
*/
  width: 226px;
  /*height: 280px;*/
  margin-right: 16px;
  border-radius: 4px;
  border: 2px #F1F1F1 solid;
  margin-bottom: 22px;
}
article .tab_con .item .item-head:hover,
article .tab_con .item1 .item-head:hover,
article .tab_con .item2 .item-head:hover {
  border: 2px solid #19c485;
}
article .tab_con .item .item-head img,
article .tab_con .item1 .item-head img,
article .tab_con .item2 .item-head img {
  width: 100%;
  height: 126px;
  display: block;
}
article .tab_con .item .item-head p,
article .tab_con .item1 .item-head p,
article .tab_con .item2 .item-head p {
  font-weight: normal;
  line-height: 23px;
  margin: 10px 6px ;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
/*  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
   height: 51px;
}
article .tab_con{
 width: 970px;
}
article .tab_con .item .item-head .botx,
article .tab_con .item1 .item-head .botx,
article .tab_con .item2 .item-head .botx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6px 10px 6px;
}
article .tab_con .item .item-head .botx .discount,
article .tab_con .item1 .item-head .botx .discount,
article .tab_con .item2 .item-head .botx .discount {
  font-size: 12px;
  padding: 2px 8px;
  color: #47b881;
  background: #f2faf6;
  border-radius: 100px;
}
article .tab_con .item .item-head .botx span,
article .tab_con .item1 .item-head .botx span,
article .tab_con .item2 .item-head .botx span {
  font-size: 10px;
  color: #aeaeae;
}
article .tab_con .item .item-head .botx{
    padding-bottom: 0;
}
.item-head .botx{
    padding-bottom: 0;
}
article .bot{
    margin-top: -24px;
}
article .bots{
    margin-top: 11px;
}
article .tab_con .item .item-head .botx span i,
article .tab_con .item1 .item-head .botx span i,
article .tab_con .item2 .item-head .botx span i {
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: 29px;
  color: #f64c4c;
  padding-right: 4px;
}
article .all {
  width: 100%;
}
article .information {
  display: flex;
}
article .information .news {
  width: 33.33%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 24px;
}
article .information .news .news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  background: #fafafa;
}
article .information .news .news-top .item-news {
  font-weight: bold;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}
article .information .news .news-top .more {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.25);
}
article .information .news .news-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}
article .information .news .news-bottom a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
article .information .news .news-bottom a:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
}
footer {
  background: #fafafa;
  padding: 24px 0;
}
footer .site,
footer .blogroll {
  display: flex;
}
footer .site .sitenav,
footer .blogroll .sitenav {
  width: 87px;
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin: 8px 0 20px 0;
}
footer .site .linkk,
footer .blogroll .linkk {
  display: flex;
  margin: 8px 0 20px 100px;
  flex-wrap: wrap;
  flex-shrink: 10;
}
footer .site .linkk p,
footer .blogroll .linkk p {
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  padding-right: 16px;
  flex-wrap: wrap;
}
footer .site .linkk p:hover,
footer .blogroll .linkk p:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: underline;
}
footer .site-line {
  border-bottom: 1px solid #e2e2e2;
}
footer .explain {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
footer .explain p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.arti {
  display: flex;
}
.focus {
  position: relative;
  width: 570px;
  height: 299px;
  overflow: hidden;
  border-radius: 8px;
}
.focus ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
}
.focus ul li {
  float: left;
}
.focus ul li img {
  width: 570px;
  height: 299px;
}
.arrow-l,
.arrow-r {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 36px;
  height: 40px;
  /*background: rgba(0, 0, 0, 0.3);*/
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: "icomoon";
  font-size: 18px;
  z-index: 2;
}

.arrow-r img{
  width: 36px;
  height: 48px;
}

.arrow-l img{
  width: 36px;
  height: 48px;
}

.arrow-r {
  right: 0;
}
.circle {
  position: absolute;
  bottom: 26px;
  left: 45%;
}
.pink {
  position: absolute;
  bottom: 0;
  width: 225px;
  height: 32px;
  background: #fbf5f5;
}
.memory {
  position: absolute;
  bottom: 10px;
  left: 18%;
  background: #f4595f;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 7px 37px;
  z-index: 10;
}
.circle li {
  float: left;
  width: 10px;
  height: 10px;
  /*background-color: #fff;*/
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  border-radius: 50%;
  /*鼠标经过显示小手*/
  cursor: pointer;
}
.current {
  background-color: #ffb400;
}

